home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
ImapTest.dxr
/
00009_Status Script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
299 b
|
15 lines
on mouseDown
global IMapTest
puppetSound("click")
swapCast(29, "StatusDown")
DisplayScore(IMapTest)
set the visible of sprite 34 to 1
updateStage()
repeat while the mouseDown
nothing()
end repeat
swapCast(29, "statusUp")
set the visible of sprite 34 to 0
updateStage()
end